TheCamp Button

Save cool articles and links you find on the Web.

TheCamp Buttonคืออะไร?

TheCamp Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://in.thecamp.me และคุณลักษณะหลักของมันคือ "Save cool articles and links you find on the Web."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TheCamp Button

ดาวน์โหลดไฟล์ส่วนขยาย TheCamp Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Save cool articles and links you find on the Web. 
 
Save ideas, articles and other useful resources from around the web with just a click on TheCamp's button.  
 
Collect interesting content from your favorite food blogs, articles you want to read later, ideas for the next thing you want to learn, and more! 
 
Go to in.thecamp.me to organize and share your stuff and get access to the best curated learning content.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TheCamp Button TheCamp Button
ID dopilcoloalemehblahfbjagaijegkdi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/thecamp-button/dopilcoloalemehblahfbjagaijegkdi
คำอธิบาย Save cool articles and links you find on the Web.
ขนาดไฟล์ 209 KB
จำนวนการติดตั้ง 604
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2018-05-02
วันที่เผยแพร่ 2018-05-02
คะแนน 4.43/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา http://in.thecamp.me
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://in.thecamp.me/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TheCamp Button",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Save cool articles and links you find on the Web.",
    "permissions": [
        "bookmarks",
        "activeTab",
        "storage",
        "background",
        "tabs",
        "identity",
        "identity.email",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "TheCamp Button",
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "index.html"
    },
    "oauth2": {
        "client_id": "706721469433-98nuak5t8jdk80sc0t1us4fa1n9ei191.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/plus.me"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js https:\/\/ajax.googleapis.com https:\/\/code.getmdl.io\/1.3.0\/material.min.js 'unsafe-eval'; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4Px7rfYDV7DM+3spBEppXtgwyomFUcJayufhSaP6IQS1dNdtPSLrU54WjOvc96d\/Iyqn31SN1cT43tYC3RDr\/4ORqFXx8o6BUyHDH4tC08i9\/ZdKsbrROQYqzpeREbr8ssQczNaB4Ap2eRXT+B8jpCW8ET3oD8SdIzMQtNX57MhnXwX6ZObWBvYN3LKsWcI0DRjGzpieIa+AmMjEzDw2RFAO4pJYb3Odu848tJOc3d0JNHq6R2m5tq0pjIxpr7iy5o4YqvkxftALucpzOiP3D8h+fq6ifaggM030DNgxY5fHyf0S9GhsjL1hlv74ZKprA7lo9O4ahtsbHUU3F1UWswIDAQAB"
}