应用简介
在谷歌搜索结果页上为每个搜索结果添加缩略图,便于在众多结果中,更快找到需要的页面。
访问Google扩展发布页
配置文件
Code
1 | {"update_url":"https:\/\/clients2.google.com\/service\/update2\/crx","name":"__MSG_ExtensionName__","description":"__MSG_ExtensionDescription__","author":"Evernote","version":"7.12.4","manifest_version":2,"default_locale":"en","background":{"scripts":["commons.js","background.js"],"persistent":true},"content_scripts":[{"matches":["http:\/\/*\/*","https:\/\/*\/*","ftp:\/\/*\/*"],"js":["commons.js","content.js"],"css":["content.css","SkitchStyles.css","TopFrames.css"]},{"matches":["http:\/\/*\/*","https:\/\/*\/*","ftp:\/\/*\/*"],"all_frames":true,"js":["BrowserFrameLoader.js"]}],"browser_action":{"default_title":"__MSG_BrowserActionTitle__","default_icon":{"38":"res\/icon.png"}},"permissions":["activeTab","tabs","cookies","contextMenus"," |