Url Appender
An utility to avoid typing repeated url
Url Appenderとは何ですか?
Url Appenderはhttp://blog.tamizhvendan.inによって開発されたChromeの拡張機能で、その主な機能は「An utility to avoid typing repeated url」です。
拡張機能のスクリーンショット
Url Appender拡張機能のCRXファイルをダウンロード
Url Appender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of typing the same url with different suffixes. Here is a small utility for you to make you productive. Just configure the base url in the settings once and type only the suffix when you want to browse a particular page. That's it !
拡張機能の基本情報
名前 | |
ID | omehmfjfcedkfnipdkiplalieakjgeob |
公式URL | https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob |
説明 | An utility to avoid typing repeated url |
ファイルサイズ | 39.66 KB |
インストール数 | 67 |
現在のバージョン | 1.0 |
最終更新日 | 2014-07-30 |
公開日 | 2014-07-30 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://blog.tamizhvendan.in |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Appender", "version": "1.0", "manifest_version": 2, "description": "An utility to avoid typing repeated url", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |