Chained - All the good stuff on two wheels
The freshest links about biking, from around the web. A biker's must
Chained - All the good stuff on two wheelsとは何ですか?
Chained - All the good stuff on two wheelsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「The freshest links about biking, from around the web. A biker's must」です。
拡張機能のスクリーンショット
Chained - All the good stuff on two wheels拡張機能のCRXファイルをダウンロード
Chained - All the good stuff on two wheels拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chained - All the good stuff on two wheels. Stay on track with the best movies, bicycle and gear review, news and all the best content from the best publishers around the world. Chained is made with 100% love, by riders - for riders!
拡張機能の基本情報
名前 | |
ID | aopfopfmlmomfggophoddcmmafohhona |
公式URL | https://chromewebstore.google.com/detail/chained-all-the-good-stuf/aopfopfmlmomfggophoddcmmafohhona |
説明 | The freshest links about biking, from around the web. A biker's must |
ファイルサイズ | 206 KB |
インストール数 | 27 |
現在のバージョン | 1.0.3 |
最終更新日 | 2016-11-26 |
公開日 | 2016-11-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chained - All the good stuff on two wheels", "version": "1.0.3", "manifest_version": 2, "description": "The freshest links about biking, from around the web. A biker's must", "homepage_url": "http:\/\/bikeme.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [], "optional_permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |