footnote

footnote automatically logs the articles and blogs you've read. Ever misplaced that great read from the other week? Want to…

footnote là gì?

footnote là một tiện ích mở rộng Chrome được phát triển bởi http://www.footnoteapp.com, và tính năng chính của nó là "footnote automatically logs the articles and blogs you've read. Ever misplaced that great read from the other week? Want to…".

Ả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 footnote

Tải xuống các tệp mở rộng footnote 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

                        footnote automatically logs the articles and blogs you've read.

Ever misplaced that great read from the other week? Want to categorise your reading for future reference? We’ve got you covered.

No more keeping tabs open; no need to manually bookmark, no worries. Just login to footnoteapp.com and see everything you need.

Collect & group the things you care about in one single place.

Organise your online.

FAQs: https://medium.com/@footnoteapplication/footnote-faqs-how-tos-106f1dcced49                    

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

Tên footnote footnote
ID apdngbhcdmakeonnhogjfcfhpkmfckmm
URL Chính Thức https://chrome.google.com/webstore/detail/footnote/apdngbhcdmakeonnhogjfcfhpkmfckmm
Mô tả footnote automatically logs the articles and blogs you've read. Ever misplaced that great read from the other week? Want to…
Kích Thước Tệp 1.89 MB
Số Lần Cài Đặt 258
Phiên Bản Hiện Tại 0.5.9.93
Cập Nhật Lần Cuối 2020-01-26
Ngày Phát Hành 2020-01-26
Đánh Giá 4.08/5 Tổng số 12 Đánh Giá
Nhà Phát Triển http://www.footnoteapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://footnoteapp.com
URL Trang Trợ Giúp https://medium.com/@footnoteapplication/footnote-faqs-how-tos-106f1dcced49
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkuip0qMQWqMo\/4sTN828zwm8PUjqe4MHqMRZ1umHkWdp2lOHnnp2pXFzTeebMkxGRGRNpuiNhlgillB\/iszkK8zQCucFJ6a92Am\/\/n7FAirZtHvretq6QlMsrFO9CiQWnOF+oqK4uWC0E1TD9gpNvyr87S7dDpM2n857CYij2Uozi1DoZh2QE8jPcV3xTErqYJUzwWNSLLgogblRh6i0TM9BOti6oLCdAt8W8gx6A71ZRGJIVsLfw23ZDmF7A6n63KndFMF+Zsl72xySpywzp51JpB4zow+pzx+U\/nhqKr3BWT+MZtak1CJyUb6JFoq7tPQafhlXVxyn79m6GM+F2QIDAQAB",
    "manifest_version": 2,
    "name": "footnote",
    "version": "0.5.9.93",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "identity",
        "",
        "cookies",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/token"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run-at": "document_end",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/docs.google.com\/*",
                "*:\/\/*.spurscommunity.co.uk\/*",
                "*:\/\/*.office.com\/*",
                "*:\/\/*.mixcloud.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.matalan.com\/*",
                "*:\/\/*.firsttutors.com\/*",
                "*:\/\/*.ucas.com\/*",
                "*:\/\/*.zoopla.com\/*",
                "*:\/\/*.gymbox.com\/*",
                "*:\/\/*.residentadvisor.com\/events*",
                "*:\/\/*.wardgemstones.com\/*",
                "*:\/\/*.slickdeals.net\/*",
                "*:\/\/*.craigslist.org\/*",
                "*:\/\/*.i4mat.co.uk\/*",
                "*:\/\/*.madisons.org.uk\/*",
                "*:\/\/*.wikipedia.org\/wiki\/Main_Page*",
                "*:\/\/*.wikipedia.org\/wiki\/Pagina*",
                "*:\/\/*.wikipedia.org\/wiki\/Portal:*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "oauth2": {
        "client_id": "111158670076-qbop1uuka8jt9ejve9tei2egkp3qh3jc.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "author": "Will Kempster & Reece Daniels (https:\/\/github.com\/kempsterrrr | https:\/\/github.com\/rubengmurray)"
}