URL phrases appender
Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!
URL phrases appenderとは何ですか?
URL phrases appenderはmeokeによって開発されたChromeの拡張機能で、その主な機能は「Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!」です。
拡張機能のスクリーンショット
URL phrases appender拡張機能のCRXファイルをダウンロード
URL phrases appender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | URL phrases appender |
ID | mjbgamofkgedfapbfmfjglddgghdmhlm |
公式URL | https://chromewebstore.google.com/detail/url-phrases-appender/mjbgamofkgedfapbfmfjglddgghdmhlm |
説明 | Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click! |
ファイルサイズ | 8.14 KB |
インストール数 | 76 |
現在のバージョン | 1.0.2 |
最終更新日 | 2016-05-25 |
公開日 | 2016-05-25 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | meoke |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL phrases appender", "description": "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!", "version": "1.0.2", "options_page": "options.html", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "URL phrases appender" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage", "tabs" ] } |