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
公式URL 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
Eメール [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"
    ]
}