perminent askew

Askews any webpage

什麼是perminent askew?

perminent askew是由http://codersdilemma.com開發的Chrome擴展程式,該擴展的主要功能是“Askews any webpage”。

擴展截圖

screenshot

下載perminent askew擴展crx文件

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

擴展使用說明

                        Permanent Askew 

Features
  Allows you to rotate the page.

That's it.



If you have any bugs or features suggesting just send them to 
[email protected]                    

擴展基本資訊

名稱 perminent askew perminent askew
ID gejdlmhhfonifmknhjhfmlpgficjfjoc
官方網址 https://chrome.google.com/webstore/detail/perminent-askew/gejdlmhhfonifmknhjhfmlpgficjfjoc
簡介 Askews any webpage
檔案大小 13.63 KB
安裝次數 150
目前版本 4.0
更新時間 2017-09-19
上架時間 2017-09-19
評分 4.40/5 共 5 次評分
開發者 http://codersdilemma.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "perminent askew",
    "short_name": "askeeww",
    "description": "Askews any webpage",
    "version": "4.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}