Cek Tokopedia

Sudah Cek Tokopedia Belum?

Cek Tokopedia란 무엇입니까?

Cek Tokopedia은(는) Tokopedia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sudah Cek Tokopedia Belum?"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Cek Tokopedia 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Kamu ingin mencari barang dari artikel yang sedang kamu baca?

Dengan extension ini, kamu tidak perlu lagi membuka tab pencarian baru untuk mendapatkannya! Hanya dengan memilih kata dari nama barang yang kamu inginkan dan tekan tombol Cek Tokopedia yang muncul. Masih ada keuntungan lainnya! Hanya dengan menekan logo Cek Tokopedia di Chrome menu, informasi mengenai promo dan daftar produk terpanas akan disajikan untuk kamu dalam bentuk slideshow. 

Tunggu apa lagi?
Buruan nikmati kemudahannya!                    

확장 프로그램 기본 정보

이름 Cek Tokopedia Cek Tokopedia
ID lkcfanhjagfdoedfnadledknecfblkjl
공식 URL https://chrome.google.com/webstore/detail/cek-tokopedia/lkcfanhjagfdoedfnadledknecfblkjl
설명 Sudah Cek Tokopedia Belum?
파일 크기 116 KB
설치 횟수 1,000
현재 버전 1.5
최근 업데이트 2016-07-06
출시 날짜 2016-07-06
평점 4.77/5 총 48 개의 평점
개발자 Tokopedia
결제 유형 free
확장 프로그램 웹 사이트 https://www.tokopedia.com/
도움말 페이지 URL https://www.tokopedia.com/bantuan
지원되는 언어 id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cek Tokopedia",
    "short_name": "Cek Toped",
    "description": "Sudah Cek Tokopedia Belum?",
    "version": "1.5",
    "icons": {
        "16": "icon-brand.png",
        "48": "icon-brand.png",
        "128": "icon-brand.png"
    },
    "permissions": [
        "activeTab",
        "browsingData",
        "contextMenus",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "browser_action": {
        "default_icon": "icon-brand.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content_script.css"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    }
}