G RTF: Plain to Rich Text

G RTF: Plain to Rich Text

GRTF is Rich Text Format for Google Forms, Twitter, and other non-RTF text boxes... This version is dedicated to #LJTECHi3.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "G RTF: Plain to Rich Text",
  "version": "2.2.37.1",
  "description": "GRTF is Rich Text Format for Google Forms, Twitter, and other non-RTF text boxes... This version is dedicated to #LJTECHi3.",
  "permissions": [
    "contextMenus",
    "clipboardRead",
    "clipboardWrite"
  ],
  "homepage_url": "http://edugoogdroid.com/g/rtf",
  "short_name": "G-RTF",
  "background": {
    "scripts": [
      "./content/bg_content.js",
      "./content/bg_convert.js",
      "./content/bg_context.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/rtf16.png",
      "48": "images/rtf48.png",
      "128": "images/rtf128.png",
      "256": "images/rtf256.png"
    },
    "default_title": "G RTF",
    "default_popup": "./content/popup.html"
  },
  "icons": {
    "16": "images/rtf16.png",
    "48": "images/rtf48.png",
    "128": "images/rtf128.png",
    "256": "images/rtf256.png"
  },
  "manifest_version": 2
}