Save Text to Google Drive™

Save current webpage's plain text to google drive

Save Text to Google Drive™란 무엇입니까?

Save Text to Google Drive™은(는) https://owlsee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save current webpage's plain text to google drive"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Save Text to Google Drive™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Save Text to Google Drive Chrome extension helps you save web text content to your Google Drive.

Main Features:
  1. Save text,text file(Right mouse menu), epub file(Right mouse menu) to Google Drive.
  2. Save Page/Link text to Google Drive by context menu.
  3. Set dfault saveing path on Google Drive, the default path is the root.
  4. You can read it by Owlsee textReader.

AUTHORIZATION 
  Owlsee is requesting permission to: View and manage Google Drive files that you have opened or created with this app.

WHY OWLSEE CACHE FILE IN OUR SERVER
  Owlsee will cache the opened file for the user experience and performance reason.
  When opening the gdrive's file by owlsee.com, Owlsee will turn the plain text file to well-structured format for human view, remove redundancy empty line, remove html tags, separate the long file to multiple parts. Caching file will reduce overhead and improve response time.

The extension is a "read later" tools which work with Google Drive. You should read it with Owlsee textReader(http://owlsee.com) in a comfortable way anytime anywhere.
textReader will record your recently reading process, and jump to the last reading location after opening the file again. it also support defining tags, defining bookmarks, custom font size, full text searching etc.

===============
Change log

Apr 18, 2018, version 1.2.0
1. add "save page to google drive" context menu.
2. add "save link to google drive" context menu.

Apr 9, 2018, version 1.1.0
1. Simplified UI

Mar 20, 2018, version 1.0.0
1. big update for ui

Jan 1, 2018, version 0.5.10
1. update to https.

September 21, 2015, version 0.5.9
  1. fixed bug[Upload file window auto closing doesn't work for chrome 32+].

Mar 29, 2013, version 0.5.8
 1. click desktop notification window to open saved doc.

Mar 22, 2013
  1. Add desktop notification after sends page to google drive.
  2. Add options page.
  3. Optimize UI.

Mar 7, 2013
  AUTHORIZATION SCOPE CHANGED: "View and manage Google Drive files that you have opened or created with this app".

Feb 20, 2013, version 0.5.5
  1.Some message will popup when server side raise error.
  2.You can see the file name throw the saving-popup-window now.

Feb 14, 2013, version 0.5.4
  1. Saving action now in a popup window, you can do other thing when saving file to Google Drive.
  2. You can set saving path in google drive. default is root path.                    

확장 프로그램 기본 정보

이름 Save Text to Google Drive™ Save Text to Google Drive™
ID gkcckpoladnboalokmkldjabamjpkafo
공식 URL https://chromewebstore.google.com/detail/save-text-to-google-drive/gkcckpoladnboalokmkldjabamjpkafo
설명 Save current webpage's plain text to google drive
파일 크기 238 KB
설치 횟수 10,000
현재 버전 1.2.3
최근 업데이트 2018-06-19
출시 날짜 2018-06-18
평점 3.61/5 총 38 개의 평점
개발자 https://owlsee.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://reader.owlsee.com/files
도움말 페이지 URL https://reader.owlsee.com/files
개인정보 보호 정책 페이지 URL https://reader.owlsee.com/legal
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Text to Google Drive\u2122",
    "description": "Save current webpage's plain text to google drive",
    "version": "1.2.3",
    "manifest_version": 2,
    "icons": {
        "16": "img\/logo16.png",
        "24": "img\/logo24.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png",
        "256": "img\/logo256.png"
    },
    "browser_action": {
        "default_title": "Save Text to Google Drive\u2122",
        "default_icon": {
            "16": "img\/logo16.png",
            "24": "img\/logo24.png",
            "32": "img\/logo32.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        },
        "default_popup": "popup\/dist\/index.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/logo48.png"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "contextMenus"
    ]
}