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"입니다.

확장 프로그램 스크린샷

screenshot

Chained - All the good stuff on two wheels 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Chained - All the good stuff on two wheels Chained - All the good stuff on two wheels
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'"
}