Twitter's {searchTerms}
Hide Twitter's {searchTerms} page and display the home page instead.
Twitter's {searchTerms}とは何ですか?
Twitter's {searchTerms}はPlippeによって開発されたChromeの拡張機能で、その主な機能は「Hide Twitter's {searchTerms} page and display the home page instead.」です。
Twitter's {searchTerms}拡張機能のCRXファイルをダウンロード
Twitter's {searchTerms}拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Visiting Twitter with Google Chrome can be a pain. Twitter's "{searchTerms}" page is often displayed when you just want to get to its home page. If you find it annoying too, just install this little Chrome extension. With it, whenever the "{searchTerms}" page would be displayed, the home page is displayed instead. The extension's source code can be found on our website.
拡張機能の基本情報
名前 | |
ID | blgmfjfoadpcpedhlbfdfigmgbjdndon |
公式URL | https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon |
説明 | Hide Twitter's {searchTerms} page and display the home page instead. |
ファイルサイズ | 16.79 KB |
インストール数 | 21 |
現在のバージョン | 1.0 |
最終更新日 | 2015-07-12 |
公開日 | 2015-07-12 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Plippe |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/plippe/chrome-twitter-home |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "name": "Twitter's {searchTerms}", "homepage_url": "https:\/\/github.com\/pvinchon\/chrome_twitter_home", "description": "Hide Twitter's {searchTerms} page and display the home page instead.", "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/twitter.com\/" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |