Verticalize Rotate 90 degrees

Verticalize Rotate 90 degrees

typography, bamboo sheet, vertical reading, rotate 90 degrees, asian , hebrew, left to right, top to bottom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.0.1",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/shu16.png",
    "48": "icons/shu48.png",
    "128": "icons/shu128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*"
      ],
      "js": [
        "jquery/jquery-1.11.3.min.js",
        "jquery-nearest/src/jquery.nearest.min.js",
        "jQuery.scrollIntoView/jquery.scrollIntoView.min.js",
        "TAKETORI-JS-master/taketori.js",
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/shu48.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "icons/shu32.png",
    "TAKETORI-JS-master/taketori.css"
  ]
}