ARC cookie exchange

An extension that supports Advanced REST Client session management reading Chrome cookies.

什麼是ARC cookie exchange?

ARC cookie exchange是由https://advancedrestclient.com開發的Chrome擴展程式,該擴展的主要功能是“An extension that supports Advanced REST Client session management reading Chrome cookies.”。

擴展截圖

screenshot

下載ARC cookie exchange擴展crx文件

下載ARC cookie exchange擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This small extension supports Advanced REST Client session management. 
It reads cookies stored by Chrome and sends them to Advanced REST Client application. Your cookies will be send with the request if the request domain matches cookie domain.

Required permissions:
* cookies - to be able to read cookies
* access to all websites - the cookies API can read cookies from domain that the extension can read from. Therefore access to all URL's is required

Safety
The extension accepts connection only from whitelisted apps which corresponds to canary, dev, beta and stable version of the app. No other app can connect to this extension and read your cookies.

Recent changes:
- added proxy for XHR requests
- the extension will notify ARC when installed                    

擴展基本資訊

名稱 ARC cookie exchange ARC cookie exchange
ID apcedakaoficjlofohhcmkkljehnmebp
官方網址 https://chromewebstore.google.com/detail/arc-cookie-exchange/apcedakaoficjlofohhcmkkljehnmebp
簡介 An extension that supports Advanced REST Client session management reading Chrome cookies.
檔案大小 9.98 KB
安裝次數 87,330
目前版本 0.1.1
更新時間 2019-03-20
上架時間 2019-03-20
評分 3.96/5 共 422 次評分
開發者 https://advancedrestclient.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://advancedrestclient.com/
說明頁面URL https://github.com/jarrodek/ChromeRestClient/wiki/faq
隱私政策頁面URL https://docs.google.com/document/d/1BzrKQ0NxFXuDIe2zMA-0SZBNU0P46MHr4GftZmoLUQU/edit?usp=sharing
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script\/payload-parser.js",
            "script\/background.js"
        ]
    },
    "description": "An extension that supports Advanced REST Client session management reading Chrome cookies.",
    "icons": {
        "128": "assets\/arc-exchange-icon-128.png",
        "48": "assets\/arc-exchange-icon-48.png",
        "64": "assets\/arc-exchange-icon-64.png"
    },
    "manifest_version": 2,
    "name": "ARC cookie exchange",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1.1"
}