The Archivist Watcher

Send image and video to The Archivist

The Archivist Watcher là gì?

The Archivist Watcher là một tiện ích mở rộng Chrome được phát triển bởi neckaros, và tính năng chính của nó là "Send image and video to The Archivist".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Archivist Watcher

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

                        /!\ Beta application!
/!\ No ad and no server so we won't spy on you!

-organize your photos in tags folder (tree structure)
-Right click on an image to import and tag to your Drive photo library
-Use the small red icon on the bottom right of every page to add pictures from the page
-Import pictures button will automatically appear on top of supported site for easier archiving
-Extract of supported sites: imgur, 4chan, tumblr, Google+, Imagebam...
-if a video is detected on the site click on the extension icon to import
-Send me a message to add supported site

! Use The Archivist application (http://archivist.netlify.com) to browse your library
-support multiple tags search
-inbox
-Chromecast                    

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

Tên The Archivist Watcher The Archivist Watcher
ID pkanmlcgomifbbkfmaplnfelcaoldeag
URL Chính Thức https://chrome.google.com/webstore/detail/the-archivist-watcher/pkanmlcgomifbbkfmaplnfelcaoldeag
Mô tả Send image and video to The Archivist
Kích Thước Tệp 3.76 MB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.982
Cập Nhật Lần Cuối 2016-02-18
Ngày Phát Hành 2016-02-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển neckaros
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Archivist Watcher",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy7njCNauJf0rlJ2kokZ49cVxqIBULIYj8mmHPDoiL4te6lFXlbfeM28nlmHPPmcDnmB2PLGI2wh95LTzmOGW5k+ereUrqn4BIQjoed1xu4i\/SZqi4dZ7ZG\/P2zx2ogVq7aLi2eyznk\/6+kaO3WQHYmZnaMpDrvPRaXV\/HV4oKZMrYOaR9gzwLIvGWQ9axKvWBgaqDHtFVdx3W5eicrAwWe6Xlo3iVGnDGEt3ieM0k33rxjHY4Eta2jluquxtehqhooMG8UOJR4tpQLI4mhho+OPC3c6v98v9AvJD+yUVmHcUpc+eRqB85U+gl4759TPYAMrSj+k3tE3yQNvVcIM0zQIDAQAB",
    "version": "0.982",
    "description": "Send image and video to The Archivist",
    "background": {
        "scripts": [
            "gdrive\/js\/angular.min.js",
            "gdrive\/js\/gdocs.js",
            "gdrive\/js\/upload.js",
            "gdrive\/js\/upload.js",
            "gdrive\/js\/util.js",
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "identity",
        "downloads",
        "webRequest",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/*.svg",
        "templates\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "gdrive\/css\/angular-inject.css",
                "mystyles.css"
            ],
            "js": [
                "gdrive\/js\/angular.min.js",
                "gdrive\/js\/angular-animate.min.js",
                "gdrive\/js\/angular-aria.min.js",
                "gdrive\/js\/angular-material.min.js",
                "watcher.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.4chan.org\/*",
                "http:\/\/*.4chan.org\/*"
            ],
            "js": [
                "inject.js",
                "inject4CHAN.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.imagebam.com\/*",
                "http:\/\/*.imagebam.com\/*"
            ],
            "js": [
                "inject.js",
                "injectImagebam.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tumblr.com\/*",
                "http:\/\/*.tumblr.com\/*"
            ],
            "js": [
                "inject.js",
                "injectTumblr.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.poringa.net\/*",
                "http:\/\/*.poringa.net\/*"
            ],
            "js": [
                "inject.js",
                "injectPORINGA.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.imgur.com\/*",
                "http:\/\/*.imgur.com\/*"
            ],
            "js": [
                "inject.js",
                "injectIMGUR.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.voyeurweb.com\/*",
                "http:\/\/*.voyeurweb.com\/*"
            ],
            "js": [
                "inject.js",
                "injectVW.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.igorsclouds.com\/*",
                "http:\/\/*.igorsclouds.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "inject.js",
                "injectClouds.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.xhamster.com\/*",
                "http:\/\/*.xhamster.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "inject.js",
                "injectHamster.js"
            ]
        }
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "archivist_16.png",
        "48": "archivist_48.png",
        "128": "archivist_128.png"
    },
    "oauth2": {
        "client_id": "336663693265-8k1rbps2deomv1obenisaf6fp5kajug6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "archivist_48.png",
        "default_popup": "gdrive\/main.html"
    }
}