Taberareloo

Yet Another Tombloo on Chromium

Taberarelooคืออะไร?

Taberareloo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Constellation และคุณลักษณะหลักของมันคือ "Yet Another Tombloo on Chromium"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Yet Another Tombloo on Chromium™
Tombloo and Taberareloo are the Cross Post Support Tool for social bookmarks and other services.
example:
Tumblr Delicious Evernote GoogleBookmarks™ FriendFeed Twitter and so on.

usage: http://wiki.github.com/Constellation/taberareloo/home_en                    

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

ชื่อ Taberareloo Taberareloo
ID ldcnohnnlpgglecmkldelbmiokgmikno
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/taberareloo/ldcnohnnlpgglecmkldelbmiokgmikno
คำอธิบาย Yet Another Tombloo on Chromium
ขนาดไฟล์ 256 KB
จำนวนการติดตั้ง 8,144
เวอร์ชันปัจจุบัน 4.0.7
อัปเดตครั้งล่าสุด 2015-05-24
วันที่เผยแพร่ 2015-05-24
คะแนน 4.51/5 รวมทั้งหมด 111 คะแนน
ผู้พัฒนา Constellation
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://d.hatena.ne.jp/Constellation/
URL หน้าช่วยเหลือ http://github.com/Constellation/taberareloo/issues
ภาษาที่รองรับ en-US,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "third_party\/SparkMD5\/spark-md5.min.js",
            "third_party\/semver\/semver.js",
            "third_party\/MochiKit\/Base.js",
            "third_party\/MochiKit\/DOM.js",
            "third_party\/punycode\/punycode.js",
            "third_party\/node\/querystring.js",
            "third_party\/node\/url.js",
            "lib\/utils.js",
            "lib\/proto.js",
            "lib\/repository.js",
            "lib\/command_queue.js",
            "lib\/models.js",
            "lib\/background.js",
            "lib\/menu.js",
            "lib\/patch.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "third_party\/punycode\/punycode.js",
                "third_party\/node\/querystring.js",
                "third_party\/node\/url.js",
                "lib\/utils.js",
                "lib\/proto.js",
                "lib\/repository.js",
                "lib\/extractors.js",
                "lib\/userscripts.js",
                "lib\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "skin\/fork19.png",
        "default_title": "taberareloo",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "sandbox": {
        "pages": [
            "sandbox.html"
        ],
        "content_security_policy": "sandbox allow-scripts; script-src 'unsafe-eval'"
    },
    "content_security_policy": "script-src 'self' filesystem:; object-src 'self'",
    "web_accessible_resources": [
        "styles\/dashboard.css",
        "styles\/reader.css",
        "skin\/4u.ico",
        "skin\/accept.png",
        "skin\/arrow-down.png",
        "skin\/arrow-up.png",
        "skin\/audio.png",
        "skin\/chromium.ico",
        "skin\/conversation.png",
        "skin\/cross.png",
        "skin\/default.png",
        "skin\/disabled.png",
        "skin\/empty.png",
        "skin\/enabled.png",
        "skin\/extension.gif",
        "skin\/firefox.ico",
        "skin\/fork.svg",
        "skin\/fork128.png",
        "skin\/fork16.png",
        "skin\/fork19.png",
        "skin\/fork32.png",
        "skin\/fork64.png",
        "skin\/google-bookmark.png",
        "skin\/instapaper.png",
        "skin\/item.ico",
        "skin\/link.png",
        "skin\/loading.gif",
        "skin\/local.ico",
        "skin\/mac\/close.png",
        "skin\/music.png",
        "skin\/photo.png",
        "skin\/pick-naver.png",
        "skin\/quote.png",
        "skin\/reblog.ico",
        "skin\/regular.png",
        "skin\/snap-bottom-left.png",
        "skin\/snap-bottom-right.png",
        "skin\/snap-top-left.png",
        "skin\/snap-top-right.png",
        "skin\/star.png",
        "skin\/taberareloo.png",
        "skin\/text.png",
        "skin\/tick.png",
        "skin\/video.png",
        "skin\/webhook.png",
        "skin\/win\/close.png"
    ],
    "icons": {
        "16": "skin\/fork16.png",
        "32": "skin\/fork32.png",
        "64": "skin\/fork64.png",
        "128": "skin\/fork128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "32.0",
    "default_locale": "en_US",
    "description": "Yet Another Tombloo on Chromium",
    "name": "Taberareloo",
    "permissions": [
        "",
        "tabs",
        "bookmarks",
        "contextMenus",
        "cookies",
        "unlimitedStorage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "identity"
    ],
    "version": "4.0.7",
    "incognito": "split"
}