Snap Screen....BAM!

Use Alt+S or your preference to take a screenshot of your active page and it will automatically be uploaded to your Google Drive.

Snap Screen....BAM!คืออะไร?

Snap Screen....BAM! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Promevo และคุณลักษณะหลักของมันคือ "Use Alt+S or your preference to take a screenshot of your active page and it will automatically be uploaded to your Google Drive."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snap Screen....BAM!

ดาวน์โหลดไฟล์ส่วนขยาย Snap Screen....BAM! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Snap Screen...BAM!

We heard there was a need for a screen shot utility that was easy to use and automatically stores them in Google Drive.  We give you Snap Shot...BAM < This name will definitely change once marketing finds out what we did :)

Snap Screen...BAM! is in alpha kitten version...notice the cutest kitten icon ever....awwww

Since releasing this little utility we've received many requests for feature improvements which we plan on delivering very soon.  If you have feature suggestions on how we can improve this utility than please let us know in the review section.  We will build in the most requested features first.

Thank you for giving our little utility a look.  Install and let us know what you think.

Promevo Team

*** To Configure the keyboard shortcut for taking a screenshot, please follow the directions here http://goo.gl/xaoNA8                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snap Screen....BAM! Snap Screen....BAM!
ID bfldbdcdihhibanioiegpockjkbjbhim
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snap-screenbam/bfldbdcdihhibanioiegpockjkbjbhim
คำอธิบาย Use Alt+S or your preference to take a screenshot of your active page and it will automatically be uploaded to your Google Drive.
ขนาดไฟล์ 414 KB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2013-10-02
วันที่เผยแพร่ 2013-10-02
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Promevo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Screen....BAM!",
    "version": "0.6",
    "manifest_version": 2,
    "description": "Use Alt+S or your preference to take a screenshot of your active page and it will automatically be uploaded to your Google Drive.",
    "icons": {
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Snap Screen....BAM!",
        "default_icon": "logo-24.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "notifications",
        "clipboardWrite",
        "clipboardRead",
        "https:\/\/docs.google.com\/feeds\/*",
        "https:\/\/www.google.com\/accounts\/OAuthGetRequestToken",
        "https:\/\/www.google.com\/accounts\/OAuthAuthorizeToken",
        "https:\/\/www.google.com\/accounts\/OAuthGetAccessToken"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "commands": {
        "toggle-pin": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Screenshot the current page"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/promevogscholar.appspot.com https:\/\/talkgadget.google.com; object-src 'self' https:\/\/gscholar-qa.appspot.com https:\/\/talkgadget.google.com;"
}