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
官方網址 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'"
}