xmark chrome bookmarks manager

Manages chrome bookmarks which are independent of the native chrome bookmarks. Data is in google drive file __xmarks__

xmark chrome bookmarks managerคืออะไร?

xmark chrome bookmarks manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sites.google.com/site/xuelinwang และคุณลักษณะหลักของมันคือ "Manages chrome bookmarks which are independent of the native chrome bookmarks. Data is in google drive file __xmarks__"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xmark chrome bookmarks manager

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

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

                        Manages web bookmarks. Bookmarks are stored in cloud.                    

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

ชื่อ xmark chrome bookmarks manager xmark chrome bookmarks manager
ID nkakeobelobbhhgbgpdfbgjklilhiooc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/xmark-chrome-bookmarks-ma/nkakeobelobbhhgbgpdfbgjklilhiooc
คำอธิบาย Manages chrome bookmarks which are independent of the native chrome bookmarks. Data is in google drive file __xmarks__
ขนาดไฟล์ 869 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 11
อัปเดตครั้งล่าสุด 2016-01-07
วันที่เผยแพร่ 2016-01-07
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://sites.google.com/site/xuelinwang
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xmark chrome bookmarks manager",
    "description": "Manages chrome bookmarks which are independent of the native chrome bookmarks. Data is in google drive file __xmarks__",
    "version": "11",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArzmfFGwf91l8EqWKP+XEA80ynv5EvH8pAShRP3+JuMc\/4Ji8G\/O3wXs2LKUOgDMuJa8QsDTSLqtRKZlmCT06BGn119TXPxracYCYFHOS2G1MNyPux0qyeb6Ce4GVCFCtXsRMrhLctFbYEv1mXXjt2e8V3IeFt3b4g+pWJhOA3b6h9xvbUnmVke8xUo3Kug5vnVomDx8xmam0ThIa9+2wpWhqYB6kjhSENWcH1+vX\/sqKJ9VQ6kzejYRyEBlvkObAKnwuC7gL05IFyqUTz7TTkMixK49ksKiD7hZZ\/HWGYcHmziBgKgoZq1pojm8xYUsDkq875vCgFFA\/qr8C8\/DnCwIDAQAB",
    "browser_action": {
        "default_icon": "image\/sevenstar32.png",
        "default_popup": "xmark_popup.html",
        "default_title": "Click to add\/organize bookmarks"
    },
    "icons": {
        "32": "image\/sevenstar32.png",
        "48": "image\/sevenstar48.png",
        "64": "image\/sevenstar64.png",
        "128": "image\/sevenstar128.png",
        "2000": "image\/sevenstar2000.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ssl.gstatic.com\/",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "activeTab",
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/docs.google.com\/feeds\/*",
        "https:\/\/www.googleapis.com\/auth\/drive",
        "https:\/\/www.googleapis.com\/auth\/drive.appdata",
        "https:\/\/www.googleapis.com\/auth\/drive.file",
        "https:\/\/www.googleapis.com\/auth\/drive.metadata",
        "https:\/\/www.google.com\/accounts\/OAuthGetRequestToken",
        "https:\/\/www.google.com\/accounts\/OAuthAuthorizeToken",
        "https:\/\/www.google.com\/accounts\/OAuthGetAccessToken"
    ],
    "oauth2": {
        "client_id": "515132532374-728iogtegdjns851bslvc3mkk798umq0.apps.googleusercontent.com",
        "auth_uri": "https:\/\/accounts.google.com\/o\/oauth2\/auth",
        "token_uri": "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "auth_provider_x509_cert_url": "https:\/\/www.googleapis.com\/oauth2\/v1\/certs",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/drive.appdata",
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/drive.metadata"
        ]
    }
}