Quickly Append row to Spreadsheet

Quickly append row to Spreadsheet from Chrome extensions popup window.

什么是Quickly Append row to Spreadsheet?

Quickly Append row to Spreadsheet是由https://airreader.hatenablog.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly append row to Spreadsheet from Chrome extensions popup window.”。

扩展截图

下载Quickly Append row to Spreadsheet扩展crx文件

下载Quickly Append row to Spreadsheet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Works with Google Spreadsheets and allows you to quickly add data from Chrome extensions.

* Feature
- A form is created according to the column name of the first row
  - If you set a column name called URL, you enter the URL of the page that opened the popup window, and entering the column name created_at will enter the data addition date
- If you set data entry rules in the second row, a radio button or a drop down menu will be displayed                    

扩展基本信息

名称 Quickly Append row to Spreadsheet Quickly Append row to Spreadsheet
ID nfndcigcgikdeofdojhklbohbmcbebbj
官方URL https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj
简介 Quickly append row to Spreadsheet from Chrome extensions popup window.
文件大小 158 KB
安装次数 38
当前版本 1.0.2
更新时间 2019-03-08
上架时间 2019-03-07
评分 5.00/5 共3次评分
开发者 https://airreader.hatenablog.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickly Append row to Spreadsheet",
    "description": "Quickly append row to Spreadsheet from Chrome extensions popup window.",
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "contents\/html\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/script.google.com\/*",
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}