Tippanee - Weave your own Web

The Tippanee platform allows for weaving contents and applications by hooking up to existing web pages - independent of ownership!

Tippanee - Weave your own Web là gì?

Tippanee - Weave your own Web là một tiện ích mở rộng Chrome được phát triển bởi victor013, và tính năng chính của nó là "The Tippanee platform allows for weaving contents and applications by hooking up to existing web pages - independent of ownership!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tippanee - Weave your own Web

Tải xuống các tệp mở rộng Tippanee - Weave your own Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Tippanee platform allows its user to hook up notes to web components. Tippanee has a minimalistic design and doesn’t hamper user experience. It’s sidebar design neatly embeds into any webpage and can be easily hidden if required. Save multiple notes on different webpages and switch between them with a few clicks.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tippanee - Weave your own Web Tippanee - Weave your own Web
ID ccfghgegoegbjgloocplalkhfimgaccb
URL Chính Thức https://chrome.google.com/webstore/detail/tippanee-weave-your-own-w/ccfghgegoegbjgloocplalkhfimgaccb
Mô tả The Tippanee platform allows for weaving contents and applications by hooking up to existing web pages - independent of ownership!
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.3.8
Cập Nhật Lần Cuối 2018-12-11
Ngày Phát Hành 2018-12-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển victor013
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "navigation_collector.js",
            "firebase.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Tippanee"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/buttons.css",
                "css\/content.css",
                "css\/vis.min.css",
                "css\/font-awesome.min.css"
            ],
            "js": [
                "js\/vis.min.js",
                "js\/fuzzyset.js",
                "js\/jquery-3.2.1.min.js",
                "js\/jsrender.min.js",
                "js\/jquery.mark.min.js",
                "js\/moment.js",
                "js\/jquery.scrollIntoView.min.js",
                "js\/templates.js",
                "content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "931857946140-t66bsjuql5pghsske5ggf4gvjlqeijc9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjOGrWNwI6sB01qDB3lQwCIcuphiRB1g4xZTpWk6PiyT7Iv3+SVP6fsfvygmH5UX02ffjqqBF6qSAetStRkjT3TcOiuVysqNgxrlVCbWObZHNW4YEpAOQwsuSK0QHfJtkJii6+wPed\/brEzscKmU\/hkt9zg5bpZlocxm3vTCJMtwdneAEdzEYQ5ki+qVSqr3nvYDrm7dbVLZePkLvjZYYZObr3UsGgMim40qIVgXvOEhY7YSCxQImi2Vm51RXN0vHLX5+va+y+35KCnlsGxctC0poMS9+FtJrq8ouB3zSCowa0YBGptBTm52AKUot+s72qjee+q6POTHCxGYzzn3+1wIDAQAB",
    "description": "The Tippanee platform allows for weaving contents and applications by hooking up to existing web pages  - independent of ownership!",
    "icons": {
        "256": "icons\/icon256.png",
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "manifest_version": 2,
    "name": "Tippanee - Weave your own Web",
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Tippanee",
    "version": "1.3.8",
    "web_accessible_resources": [
        "fonts\/*.*",
        "icons\/*.*",
        "css\/*.css",
        "js\/*.js"
    ]
}