Saved Search

Save your google search keywords.

Saved Searchとは何ですか?

Saved Searchはgreatghoulによって開発されたChromeの拡張機能で、その主な機能は「Save your google search keywords.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Saved Search拡張機能のCRXファイルをダウンロード

Saved Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Manage your google search keywords.                    

拡張機能の基本情報

名前 Saved Search Saved Search
ID jflpdngeeiboimjmmcfbkkckcaimafbj
公式URL https://chromewebstore.google.com/detail/saved-search/jflpdngeeiboimjmmcfbkkckcaimafbj
説明 Save your google search keywords.
ファイルサイズ 127 KB
インストール数 482
現在のバージョン 1.0.2
最終更新日 2019-08-09
公開日 2019-08-09
開発者 greatghoul
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/greatghoul/saved-search
ヘルプページのURL https://github.com/greatghoul/saved-search/issues
対応言語 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"
    ]
}