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 |
官方網址 | 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'" } |