Saved Search
Save your google search keywords.
What is Saved Search?
Saved Search is a Chrome extension developed by greatghoul, and its main feature is "Save your google search keywords.".
Extension Screenshots
Download Saved Search Extension CRX File
Download Saved Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Manage your google search keywords.
Extension Basic Information
Name | |
ID | jflpdngeeiboimjmmcfbkkckcaimafbj |
Official URL | https://chromewebstore.google.com/detail/saved-search/jflpdngeeiboimjmmcfbkkckcaimafbj |
Description | Save your google search keywords. |
File Size | 127 KB |
Installation Count | 482 |
Current Version | 1.0.2 |
Last Updated | 2019-08-09 |
Publish Date | 2019-08-09 |
Developer | greatghoul |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/greatghoul/saved-search |
Help Page URL | https://github.com/greatghoul/saved-search/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.0.2", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "permissions": [ "activeTab" ] } |